type testing.simpleMatch
6 uses
testing (current package)
match.go#L42: type simpleMatch []string
match.go#L58: filter = simpleMatch{} // always partial true
match.go#L125: func (m simpleMatch) matches(name []string, matchString func(pat, str string) (bool, error)) (ok, partial bool) {
match.go#L137: func (m simpleMatch) verify(name string, matchString func(pat, str string) (bool, error)) error {
match.go#L169: a := make(simpleMatch, 0, strings.Count(s, "/"))
match.go#L204: a = make(simpleMatch, 0, len(a))